home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Games / MAME / src / vidhrdw / medlanes.h < prev    next >
Text File  |  1998-11-17  |  405b  |  20 lines

  1. #define HORZ_RES        32
  2. #define VERT_RES        24
  3. #define HORZ_CHR        8
  4. #define VERT_CHR        10
  5. #define VERT_FNT        8
  6.  
  7. #define HORZ_BAR        0x40
  8. #define VERT_BAR        0x80
  9.  
  10. #define MARKER0_ACTIVE    0x03
  11. #define MARKER1_ACTIVE    0x04
  12. #define MARKER0_VERT    0x08
  13. #define MARKER0_HORZ    0x09
  14. #define MARKER1_VERT    0x0a
  15. #define MARKER1_HORZ    0x0b
  16.  
  17. #define MARKER_HORZ_ADJ -1
  18. #define MARKER_VERT_ADJ -10
  19.  
  20.